home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / What's New? / Development Kits / Mac OS / USB DDK 1.4.6f4 / USB Software Locator Kit / SampleDriverInstallerExample / MPW Script commands < prev    next >
Encoding:
Text File  |  2000-08-22  |  494 b   |  11 lines  |  [TEXT/MPS ]

  1. ; The following is an example use of ScriptCheck and MergeScriptMPWTool
  2. ; in order to process the SampleInstallerScript.
  3. ; You must first place the ScriptCheck Tool from the Installer SDK 1.2.3 into the 
  4. ; MPW Tools folder.
  5. ; Also place a copy of the MergeScriptMPWTool into the current folder
  6. ; Then set the current directory to this folder and execute the following commands
  7.  
  8. scriptcheck -h -d -a SampleInstallerScript
  9. MergeScriptMPWTool -s SampleInstallerScript -t ":SampleDisk:SampleTome"
  10.  
  11.